home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / docs / howto / makeBugList < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.6 KB  |  42 lines

  1.             How to make a Sprite bug list
  2.               $Date: 92/10/07 13:50:33 $
  3.  
  4. Messages to the Sprite log are filed in ~Sprite/Log/log.  Messages in
  5. the Sprite log that were specifically addressed to "bugs" are
  6. regularly printed and gone over at a Sprite meeting.  This note tells
  7. how to make a bug list for a Sprite meeting.
  8.  
  9.  
  10. 1. Go to /sprite/admin/bugs.
  11.  
  12. 2. The file bugs.last contains the number of the last bug report
  13.    covered in a meeting. Let FIRST be this number plus 1.
  14.  
  15. 3. cd to ~sprite/Log/log and find what the highest number log message
  16. is (e.g., "ls XXX* | tail -5" where XXX are the first few digits of FIRST).  
  17. Call this number LAST.
  18.  
  19. 4. Run 
  20.  
  21.   ~sprite/cmds.gen/mkbuglist FIRST LAST > /sprite/admin/bugs/bugs.new
  22.  
  23. 5. Put LAST into bugs.last.
  24.  
  25. 6. Check bugs.new for entries that don't merit discussion at the
  26. meeting (e.g., announcements of fixes, bugs that are known to be
  27. fixed, bug reports that are really pilot error).  You can optionally
  28. try to arrange related messages to come in a group; the mkbuglist
  29. script already tries to cluster messages with the same subject line.
  30.  
  31. 7. Print bugs.new in a "two-up" format (e.g., using "enscript -2r")
  32. and make copies for everyone who is expected to be at the meeting.
  33.  
  34. 8. After the meeting, put copies of the messages from bugs.new into
  35. bugs.archive, bugs.active, and bugs.spring as appropriate.  Most
  36. messages will at least end up in bugs.archive, but you can again apply
  37. the filters from step 4, plus you might want to remove messages that
  38. were useful for discussion during the meeting but don't provide useful
  39. long-term information.
  40.  
  41. 9. Delete bugs.new.
  42.